Html Css Color HEX #267AF2 Dodger Blue

📋 copy color: '#267AF2'

red 38 ◦ green 122 ◦ blue 242

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

Shades of Dodger Blue #267AF2

Tints of Dodger Blue #267AF2

RGB

 RED value IS 38 (15.23% from 255) = 9.45%

 GREEN value IS 122 (48.05% from 255) = 30.35%

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

R = 9.45%
G = 30.35%
B = 60.2%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#267AF2 (or 0x267AF2) is known color: Dodger Blue. HEX triplet: 26, 7A and F2. RGB value is (38,122,242). Sum of RGB (Red+Green+Blue) = 38+122+242=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #267AF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267AF2 is #D9850D. Grayscale: #6E6E6E. Windows color (decimal): -14255374 or 15890982. OLE color: 15890982.

HSL color Cylindrical-coordinate representation of color #267AF2: hue angle of 215.29º 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 #267AF2 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 38 122 242 -
CMYK 0.84 0.50 0 0.05
HSL 215.29º 0.89% 0.55% -
HSV(B) 215.29º 0.84% 0.95% -
XYZ 23.79 20.74 86.75 -
YUV 110.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 38 122 242 0.84 0.50 0 0.05 215.29 0.89 0.55
Hex 26 7A F2 54 32 0 5 D7 59 37
Octal 46 172 362 124 62 0 5 327 131 67
Binary 100110 1111010 11110010 1010100 110010 0 101 11010111 1011001 110111

Color Harmonies of #267AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267AF2

Black with #267AF2

Text Example


Text Example

White with #267AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,122,242); }

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

background-color css

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

 a { background-color: rgb(38,122,242); }

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

border-color css

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

 span { border-color: rgb(38,122,242); }

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