Html Css Color HEX #368BFE Dodger Blue

📋 copy color: '#368BFE'

red 54 ◦ green 139 ◦ blue 254

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

Shades of Dodger Blue #368BFE

Tints of Dodger Blue #368BFE

RGB

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

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

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

R = 12.08%
G = 31.1%
B = 56.82%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#368BFE (or 0x368BFE) is known color: Dodger Blue. HEX triplet: 36, 8B and FE. RGB value is (54,139,254). Sum of RGB (Red+Green+Blue) = 54+139+254=447 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.08% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #368BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368BFE is #C97401. Grayscale: #7E7E7E. Windows color (decimal): -13202434 or 16681782. OLE color: 16681782.

HSL color Cylindrical-coordinate representation of color #368BFE: hue angle of 214.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #368BFE is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 139 254 -
CMYK 0.79 0.45 0 0.00
HSL 214.5º 0.99% 0.6% -
HSV(B) 214.5º 0.79% 1% -
XYZ 28.64 26.41 97.35 -
YUV 126.7 199.84 76.15 -
System Red Green Blue C M Y K H S L
Decimal 54 139 254 0.79 0.45 0 0.00 214.5 0.99 0.6
Hex 36 8B FE 4F 2D 0 0 D6 63 3C
Octal 66 213 376 117 55 0 0 326 143 74
Binary 110110 10001011 11111110 1001111 101101 0 0 11010110 1100011 111100

Color Harmonies of #368BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368BFE

Black with #368BFE

Text Example


Text Example

White with #368BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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