Html Css Color HEX #278AF2 Dodger Blue

📋 copy color: '#278AF2'

red 39 ◦ green 138 ◦ blue 242

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

Shades of Dodger Blue #278AF2

Tints of Dodger Blue #278AF2

RGB

 RED value IS 39 (15.63% from 255) = 9.31%

 GREEN value IS 138 (54.3% from 255) = 32.94%

 BLUE value IS 242 (94.92% from 255) = 57.76%

R = 9.31%
G = 32.94%
B = 57.76%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#278AF2 (or 0x278AF2) is known color: Dodger Blue. HEX triplet: 27, 8A and F2. RGB value is (39,138,242). Sum of RGB (Red+Green+Blue) = 39+138+242=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #278AF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #278AF2 is #D8750D. Grayscale: #777777. Windows color (decimal): -14185742 or 15895079. OLE color: 15895079.

HSL color Cylindrical-coordinate representation of color #278AF2: hue angle of 210.74º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #278AF2 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 39 138 242 -
CMYK 0.84 0.43 0 0.05
HSL 210.74º 0.89% 0.55% -
HSV(B) 210.74º 0.84% 0.95% -
XYZ 25.95 25.02 87.47 -
YUV 120.26 196.7 70.04 -
System Red Green Blue C M Y K H S L
Decimal 39 138 242 0.84 0.43 0 0.05 210.74 0.89 0.55
Hex 27 8A F2 54 2B 0 5 D3 59 37
Octal 47 212 362 124 53 0 5 323 131 67
Binary 100111 10001010 11110010 1010100 101011 0 101 11010011 1011001 110111

Color Harmonies of #278AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278AF2

Black with #278AF2

Text Example


Text Example

White with #278AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278AF2; }

 p { color: rgb(39,138,242); }

 H1.HeaderClassName
 {
   color: #278AF2;
 }
 .AnyTagClassName
 {
   color: #278AF2;
 }
</style>

background-color css

<style>
 a { background-color: #278AF2; }

 a { background-color: rgb(39,138,242); }

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

border-color css

<style>
 span { border-color: #278AF2; }

 span { border-color: rgb(39,138,242); }

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