Html Css Color HEX #239CFC Dodger Blue

📋 copy color: '#239CFC'

red 35 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #239CFC

Tints of Dodger Blue #239CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.21%

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 7.9%
G = 35.21%
B = 56.88%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#239CFC (or 0x239CFC) is known color: Dodger Blue. HEX triplet: 23, 9C and FC. RGB value is (35,156,252). Sum of RGB (Red+Green+Blue) = 35+156+252=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #239CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #239CFC is #DC6303. Grayscale: #828282. Windows color (decimal): -14443268 or 16555043. OLE color: 16555043.

HSL color Cylindrical-coordinate representation of color #239CFC: hue angle of 206.54º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #239CFC is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 156 252 -
CMYK 0.86 0.38 0 0.01
HSL 206.54º 0.97% 0.56% -
HSV(B) 206.54º 0.86% 0.99% -
XYZ 30.15 31.16 96.52 -
YUV 130.77 196.41 59.69 -
System Red Green Blue C M Y K H S L
Decimal 35 156 252 0.86 0.38 0 0.01 206.54 0.97 0.56
Hex 23 9C FC 56 26 0 1 CF 61 38
Octal 43 234 374 126 46 0 1 317 141 70
Binary 100011 10011100 11111100 1010110 100110 0 1 11001111 1100001 111000

Color Harmonies of #239CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239CFC

Black with #239CFC

Text Example


Text Example

White with #239CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,156,252); }

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

background-color css

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

 a { background-color: rgb(35,156,252); }

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

border-color css

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

 span { border-color: rgb(35,156,252); }

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