Html Css Color HEX #368BEE Dodger Blue

📋 copy color: '#368BEE'

red 54 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #368BEE

Tints of Dodger Blue #368BEE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 12.53%
G = 32.25%
B = 55.22%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#368BEE (or 0x368BEE) is known color: Dodger Blue. HEX triplet: 36, 8B and EE. RGB value is (54,139,238). Sum of RGB (Red+Green+Blue) = 54+139+238=431 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.53% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #368BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BEE is #C97411. Grayscale: #7C7C7C. Windows color (decimal): -13202450 or 15633206. OLE color: 15633206.

HSL color Cylindrical-coordinate representation of color #368BEE: hue angle of 212.28º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368BEE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 139 238 -
CMYK 0.77 0.42 0 0.07
HSL 212.28º 0.84% 0.57% -
HSV(B) 212.28º 0.77% 0.93% -
XYZ 26.19 25.42 84.42 -
YUV 124.87 191.84 77.45 -
System Red Green Blue C M Y K H S L
Decimal 54 139 238 0.77 0.42 0 0.07 212.28 0.84 0.57
Hex 36 8B EE 4D 2A 0 7 D4 54 39
Octal 66 213 356 115 52 0 7 324 124 71
Binary 110110 10001011 11101110 1001101 101010 0 111 11010100 1010100 111001

Color Harmonies of #368BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BEE

Black with #368BEE

Text Example


Text Example

White with #368BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368BEE; }

 p { color: rgb(54,139,238); }

 H1.HeaderClassName
 {
   color: #368BEE;
 }
 .AnyTagClassName
 {
   color: #368BEE;
 }
</style>

background-color css

<style>
 a { background-color: #368BEE; }

 a { background-color: rgb(54,139,238); }

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

border-color css

<style>
 span { border-color: #368BEE; }

 span { border-color: rgb(54,139,238); }

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