Html Css Color HEX #267FF1 Dodger Blue

📋 copy color: '#267FF1'

red 38 ◦ green 127 ◦ blue 241

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

Shades of Dodger Blue #267FF1

Tints of Dodger Blue #267FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 31.28%

 BLUE value IS 241 (94.53% from 255) = 59.36%

R = 9.36%
G = 31.28%
B = 59.36%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#267FF1 (or 0x267FF1) is known color: Dodger Blue. HEX triplet: 26, 7F and F1. RGB value is (38,127,241). Sum of RGB (Red+Green+Blue) = 38+127+241=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #267FF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267FF1 is #D9800E. Grayscale: #707070. Windows color (decimal): -14254095 or 15826726. OLE color: 15826726.

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

Color convert

RGB 38 127 241 -
CMYK 0.84 0.47 0 0.05
HSL 213.69º 0.88% 0.55% -
HSV(B) 213.69º 0.84% 0.95% -
XYZ 24.27 21.94 86.18 -
YUV 113.39 200.01 74.23 -
System Red Green Blue C M Y K H S L
Decimal 38 127 241 0.84 0.47 0 0.05 213.69 0.88 0.55
Hex 26 7F F1 54 2F 0 5 D6 58 37
Octal 46 177 361 124 57 0 5 326 130 67
Binary 100110 1111111 11110001 1010100 101111 0 101 11010110 1011000 110111

Color Harmonies of #267FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267FF1

Black with #267FF1

Text Example


Text Example

White with #267FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,127,241); }

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

background-color css

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

 a { background-color: rgb(38,127,241); }

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

border-color css

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

 span { border-color: rgb(38,127,241); }

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