Html Css Color HEX #367EFA Dodger Blue

📋 copy color: '#367EFA'

red 54 ◦ green 126 ◦ blue 250

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

Shades of Dodger Blue #367EFA

Tints of Dodger Blue #367EFA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.3%

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 12.56%
G = 29.3%
B = 58.14%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#367EFA (or 0x367EFA) is known color: Dodger Blue. HEX triplet: 36, 7E and FA. RGB value is (54,126,250). Sum of RGB (Red+Green+Blue) = 54+126+250=430 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.56% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #367EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367EFA is #C98105. Grayscale: #767676. Windows color (decimal): -13205766 or 16416310. OLE color: 16416310.

HSL color Cylindrical-coordinate representation of color #367EFA: hue angle of 217.96º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #367EFA is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 126 250 -
CMYK 0.78 0.50 0 0.02
HSL 217.96º 0.95% 0.6% -
HSV(B) 217.96º 0.78% 0.98% -
XYZ 26.24 22.61 93.42 -
YUV 118.61 202.15 81.92 -
System Red Green Blue C M Y K H S L
Decimal 54 126 250 0.78 0.50 0 0.02 217.96 0.95 0.6
Hex 36 7E FA 4E 32 0 2 DA 5F 3C
Octal 66 176 372 116 62 0 2 332 137 74
Binary 110110 1111110 11111010 1001110 110010 0 10 11011010 1011111 111100

Color Harmonies of #367EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367EFA

Black with #367EFA

Text Example


Text Example

White with #367EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367EFA; }

 p { color: rgb(54,126,250); }

 H1.HeaderClassName
 {
   color: #367EFA;
 }
 .AnyTagClassName
 {
   color: #367EFA;
 }
</style>

background-color css

<style>
 a { background-color: #367EFA; }

 a { background-color: rgb(54,126,250); }

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

border-color css

<style>
 span { border-color: #367EFA; }

 span { border-color: rgb(54,126,250); }

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