Html Css Color HEX #309CEE Dodger Blue

📋 copy color: '#309CEE'

red 48 ◦ green 156 ◦ blue 238

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

Shades of Dodger Blue #309CEE

Tints of Dodger Blue #309CEE

RGB

 RED value IS 48 (19.14% from 255) = 10.86%

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

 BLUE value IS 238 (93.36% from 255) = 53.85%

R = 10.86%
G = 35.29%
B = 53.85%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#309CEE (or 0x309CEE) is known color: Dodger Blue. HEX triplet: 30, 9C and EE. RGB value is (48,156,238). Sum of RGB (Red+Green+Blue) = 48+156+238=442 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.86% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #309CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309CEE is #CF6311. Grayscale: #848484. Windows color (decimal): -13591314 or 15637552. OLE color: 15637552.

HSL color Cylindrical-coordinate representation of color #309CEE: hue angle of 205.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #309CEE is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 156 238 -
CMYK 0.80 0.34 0 0.07
HSL 205.89º 0.85% 0.56% -
HSV(B) 205.89º 0.8% 0.93% -
XYZ 28.54 30.58 85.29 -
YUV 133.06 187.22 67.33 -
System Red Green Blue C M Y K H S L
Decimal 48 156 238 0.80 0.34 0 0.07 205.89 0.85 0.56
Hex 30 9C EE 50 22 0 7 CE 55 38
Octal 60 234 356 120 42 0 7 316 125 70
Binary 110000 10011100 11101110 1010000 100010 0 111 11001110 1010101 111000

Color Harmonies of #309CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309CEE

Black with #309CEE

Text Example


Text Example

White with #309CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309CEE; }

 p { color: rgb(48,156,238); }

 H1.HeaderClassName
 {
   color: #309CEE;
 }
 .AnyTagClassName
 {
   color: #309CEE;
 }
</style>

background-color css

<style>
 a { background-color: #309CEE; }

 a { background-color: rgb(48,156,238); }

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

border-color css

<style>
 span { border-color: #309CEE; }

 span { border-color: rgb(48,156,238); }

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