Html Css Color HEX #267BF1 Dodger Blue

📋 copy color: '#267BF1'

red 38 ◦ green 123 ◦ blue 241

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

Shades of Dodger Blue #267BF1

Tints of Dodger Blue #267BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 9.45%
G = 30.6%
B = 59.95%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#267BF1 (or 0x267BF1) is known color: Dodger Blue. HEX triplet: 26, 7B and F1. RGB value is (38,123,241). Sum of RGB (Red+Green+Blue) = 38+123+241=402 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.45% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #267BF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #267BF1 is #D9840E. Grayscale: #6E6E6E. Windows color (decimal): -14255119 or 15825702. OLE color: 15825702.

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

Color convert

RGB 38 123 241 -
CMYK 0.84 0.49 0 0.05
HSL 214.88º 0.88% 0.55% -
HSV(B) 214.88º 0.84% 0.95% -
XYZ 23.76 20.93 86.01 -
YUV 111.04 201.34 75.91 -
System Red Green Blue C M Y K H S L
Decimal 38 123 241 0.84 0.49 0 0.05 214.88 0.88 0.55
Hex 26 7B F1 54 31 0 5 D7 58 37
Octal 46 173 361 124 61 0 5 327 130 67
Binary 100110 1111011 11110001 1010100 110001 0 101 11010111 1011000 110111

Color Harmonies of #267BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BF1

Black with #267BF1

Text Example


Text Example

White with #267BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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