Html Css Color HEX #2F9BEB Dodger Blue

📋 copy color: '#2F9BEB'

red 47 ◦ green 155 ◦ blue 235

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

Shades of Dodger Blue #2F9BEB

Tints of Dodger Blue #2F9BEB

RGB

 RED value IS 47 (18.75% from 255) = 10.76%

 GREEN value IS 155 (60.94% from 255) = 35.47%

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 10.76%
G = 35.47%
B = 53.78%

CMYK

 C value IS 0.8

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2F9BEB (or 0x2F9BEB) is known color: Dodger Blue. HEX triplet: 2F, 9B and EB. RGB value is (47,155,235). Sum of RGB (Red+Green+Blue) = 47+155+235=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F9BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9BEB is #D06414. Grayscale: #838383. Windows color (decimal): -13657109 or 15440687. OLE color: 15440687.

HSL color Cylindrical-coordinate representation of color #2F9BEB: hue angle of 205.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9BEB is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 155 235 -
CMYK 0.8 0.34 0 0.08
HSL 205.53º 0.82% 0.55% -
HSV(B) 205.53º 0.8% 0.92% -
XYZ 27.89 30.05 82.93 -
YUV 131.83 186.22 67.5 -
System Red Green Blue C M Y K H S L
Decimal 47 155 235 0.8 0.34 0 0.08 205.53 0.82 0.55
Hex 2F 9B EB 50 22 0 8 CE 52 37
Octal 57 233 353 120 42 0 10 316 122 67
Binary 101111 10011011 11101011 1010000 100010 0 1000 11001110 1010010 110111

Color Harmonies of #2F9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9BEB

Black with #2F9BEB

Text Example


Text Example

White with #2F9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,155,235); }

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

background-color css

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

 a { background-color: rgb(47,155,235); }

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

border-color css

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

 span { border-color: rgb(47,155,235); }

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