Html Css Color HEX #267DBE Curious Blue

📋 copy color: '#267DBE'

red 38 ◦ green 125 ◦ blue 190

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

Shades of Curious Blue #267DBE

Tints of Curious Blue #267DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.41%

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 10.76%
G = 35.41%
B = 53.82%

CMYK

 C value IS 0.8

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#267DBE (or 0x267DBE) is known color: Curious Blue. HEX triplet: 26, 7D and BE. RGB value is (38,125,190). Sum of RGB (Red+Green+Blue) = 38+125+190=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #267DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267DBE is #D98241. Grayscale: #6A6A6A. Windows color (decimal): -14254658 or 12483878. OLE color: 12483878.

HSL color Cylindrical-coordinate representation of color #267DBE: hue angle of 205.66º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #267DBE is Cyan = 0.8, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 125 190 -
CMYK 0.8 0.34 0 0.25
HSL 205.66º 0.67% 0.45% -
HSV(B) 205.66º 0.8% 0.75% -
XYZ 17.43 18.8 51.42 -
YUV 106.4 175.18 79.21 -
System Red Green Blue C M Y K H S L
Decimal 38 125 190 0.8 0.34 0 0.25 205.66 0.67 0.45
Hex 26 7D BE 50 22 0 19 CE 43 2D
Octal 46 175 276 120 42 0 31 316 103 55
Binary 100110 1111101 10111110 1010000 100010 0 11001 11001110 1000011 101101

Color Harmonies of #267DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267DBE

Black with #267DBE

Text Example


Text Example

White with #267DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,125,190); }

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

background-color css

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

 a { background-color: rgb(38,125,190); }

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

border-color css

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

 span { border-color: rgb(38,125,190); }

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