Html Css Color HEX #369AF8 Dodger Blue

📋 copy color: '#369AF8'

red 54 ◦ green 154 ◦ blue 248

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

Shades of Dodger Blue #369AF8

Tints of Dodger Blue #369AF8

RGB

 RED value IS 54 (21.48% from 255) = 11.84%

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

 BLUE value IS 248 (97.27% from 255) = 54.39%

R = 11.84%
G = 33.77%
B = 54.39%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#369AF8 (or 0x369AF8) is known color: Dodger Blue. HEX triplet: 36, 9A and F8. RGB value is (54,154,248). Sum of RGB (Red+Green+Blue) = 54+154+248=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 248 (97.27% from 255 or 54.39% from 456); Max value from RGB is 248 - color contains mainly: blue. Hex color #369AF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #369AF8 is #C96507. Grayscale: #868686. Windows color (decimal): -13198600 or 16292406. OLE color: 16292406.

HSL color Cylindrical-coordinate representation of color #369AF8: hue angle of 209.07º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #369AF8 is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 154 248 -
CMYK 0.78 0.38 0 0.03
HSL 209.07º 0.93% 0.59% -
HSV(B) 209.07º 0.78% 0.97% -
XYZ 30.02 30.67 93.15 -
YUV 134.82 191.87 70.36 -
System Red Green Blue C M Y K H S L
Decimal 54 154 248 0.78 0.38 0 0.03 209.07 0.93 0.59
Hex 36 9A F8 4E 26 0 3 D1 5D 3B
Octal 66 232 370 116 46 0 3 321 135 73
Binary 110110 10011010 11111000 1001110 100110 0 11 11010001 1011101 111011

Color Harmonies of #369AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369AF8

Black with #369AF8

Text Example


Text Example

White with #369AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369AF8; }

 p { color: rgb(54,154,248); }

 H1.HeaderClassName
 {
   color: #369AF8;
 }
 .AnyTagClassName
 {
   color: #369AF8;
 }
</style>

background-color css

<style>
 a { background-color: #369AF8; }

 a { background-color: rgb(54,154,248); }

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

border-color css

<style>
 span { border-color: #369AF8; }

 span { border-color: rgb(54,154,248); }

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