Html Css Color HEX #309AFE Dodger Blue

📋 copy color: '#309AFE'

red 48 ◦ green 154 ◦ blue 254

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

Shades of Dodger Blue #309AFE

Tints of Dodger Blue #309AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 10.53%
G = 33.77%
B = 55.7%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#309AFE (or 0x309AFE) is known color: Dodger Blue. HEX triplet: 30, 9A and FE. RGB value is (48,154,254). Sum of RGB (Red+Green+Blue) = 48+154+254=456 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.53% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #309AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #309AFE is #CF6501. Grayscale: #858585. Windows color (decimal): -13591810 or 16685616. OLE color: 16685616.

HSL color Cylindrical-coordinate representation of color #309AFE: hue angle of 209.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #309AFE is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 154 254 -
CMYK 0.81 0.39 0 0.00
HSL 209.13º 0.99% 0.59% -
HSV(B) 209.13º 0.81% 1% -
XYZ 30.66 30.9 98.11 -
YUV 133.71 195.88 66.87 -
System Red Green Blue C M Y K H S L
Decimal 48 154 254 0.81 0.39 0 0.00 209.13 0.99 0.59
Hex 30 9A FE 51 27 0 0 D1 63 3B
Octal 60 232 376 121 47 0 0 321 143 73
Binary 110000 10011010 11111110 1010001 100111 0 0 11010001 1100011 111011

Color Harmonies of #309AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309AFE

Black with #309AFE

Text Example


Text Example

White with #309AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,154,254); }

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

background-color css

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

 a { background-color: rgb(48,154,254); }

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

border-color css

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

 span { border-color: rgb(48,154,254); }

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