Html Css Color HEX #2B75FA Dodger Blue

📋 copy color: '#2B75FA'

red 43 ◦ green 117 ◦ blue 250

#2B75FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2B75FA

Tints of Dodger Blue #2B75FA

RGB

 RED value IS 43 (17.19% from 255) = 10.49%

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 10.49%
G = 28.54%
B = 60.98%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B75FA (or 0x2B75FA) is known color: Dodger Blue. HEX triplet: 2B, 75 and FA. RGB value is (43,117,250). Sum of RGB (Red+Green+Blue) = 43+117+250=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B75FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B75FA is #D48A05. Grayscale: #6D6D6D. Windows color (decimal): -13928966 or 16413995. OLE color: 16413995.

HSL color Cylindrical-coordinate representation of color #2B75FA: hue angle of 218.55º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B75FA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 117 250 -
CMYK 0.83 0.53 0 0.02
HSL 218.55º 0.95% 0.57% -
HSV(B) 218.55º 0.83% 0.98% -
XYZ 24.61 20.14 93.03 -
YUV 110.04 206.98 80.19 -
System Red Green Blue C M Y K H S L
Decimal 43 117 250 0.83 0.53 0 0.02 218.55 0.95 0.57
Hex 2B 75 FA 53 35 0 2 DB 5F 39
Octal 53 165 372 123 65 0 2 333 137 71
Binary 101011 1110101 11111010 1010011 110101 0 10 11011011 1011111 111001

Color Harmonies of #2B75FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B75FA

Black with #2B75FA

Text Example


Text Example

White with #2B75FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B75FA; }

 p { color: rgb(43,117,250); }

 H1.HeaderClassName
 {
   color: #2B75FA;
 }
 .AnyTagClassName
 {
   color: #2B75FA;
 }
</style>

background-color css

<style>
 a { background-color: #2B75FA; }

 a { background-color: rgb(43,117,250); }

 div.DivClassName
 {
   background-color: #2B75FA;
 }
 .BgClassName
 {
   background-color: #2B75FA;
 }
</style>

border-color css

<style>
 span { border-color: #2B75FA; }

 span { border-color: rgb(43,117,250); }

 td.TdClassName
 {
   border-color: #2B75FA;
 }
 .TagClassName
 {
   border-color: #2B75FA;
 }
</style>