Html Css Color HEX #239BEA Dodger Blue

📋 copy color: '#239BEA'

red 35 ◦ green 155 ◦ blue 234

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

Shades of Dodger Blue #239BEA

Tints of Dodger Blue #239BEA

RGB

 RED value IS 35 (14.06% from 255) = 8.25%

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 8.25%
G = 36.56%
B = 55.19%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#239BEA (or 0x239BEA) is known color: Dodger Blue. HEX triplet: 23, 9B and EA. RGB value is (35,155,234). Sum of RGB (Red+Green+Blue) = 35+155+234=424 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.25% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #239BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239BEA is #DC6415. Grayscale: #7F7F7F. Windows color (decimal): -14443542 or 15375139. OLE color: 15375139.

HSL color Cylindrical-coordinate representation of color #239BEA: hue angle of 203.82º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #239BEA is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 155 234 -
CMYK 0.85 0.34 0 0.08
HSL 203.82º 0.83% 0.53% -
HSV(B) 203.82º 0.85% 0.92% -
XYZ 27.27 29.74 82.15 -
YUV 128.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 35 155 234 0.85 0.34 0 0.08 203.82 0.83 0.53
Hex 23 9B EA 55 22 0 8 CC 53 35
Octal 43 233 352 125 42 0 10 314 123 65
Binary 100011 10011011 11101010 1010101 100010 0 1000 11001100 1010011 110101

Color Harmonies of #239BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239BEA

Black with #239BEA

Text Example


Text Example

White with #239BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239BEA; }

 p { color: rgb(35,155,234); }

 H1.HeaderClassName
 {
   color: #239BEA;
 }
 .AnyTagClassName
 {
   color: #239BEA;
 }
</style>

background-color css

<style>
 a { background-color: #239BEA; }

 a { background-color: rgb(35,155,234); }

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

border-color css

<style>
 span { border-color: #239BEA; }

 span { border-color: rgb(35,155,234); }

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