Html Css Color HEX #267BCE Curious Blue

📋 copy color: '#267BCE'

red 38 ◦ green 123 ◦ blue 206

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

Shades of Curious Blue #267BCE

Tints of Curious Blue #267BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 10.35%
G = 33.51%
B = 56.13%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#267BCE (or 0x267BCE) is known color: Curious Blue. HEX triplet: 26, 7B and CE. RGB value is (38,123,206). Sum of RGB (Red+Green+Blue) = 38+123+206=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #267BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #267BCE is #D98431. Grayscale: #6A6A6A. Windows color (decimal): -14255154 or 13531942. OLE color: 13531942.

HSL color Cylindrical-coordinate representation of color #267BCE: hue angle of 209.64º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #267BCE is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 123 206 -
CMYK 0.82 0.40 0 0.19
HSL 209.64º 0.69% 0.48% -
HSV(B) 209.64º 0.82% 0.81% -
XYZ 19.02 19.03 61.06 -
YUV 107.05 183.84 78.75 -
System Red Green Blue C M Y K H S L
Decimal 38 123 206 0.82 0.40 0 0.19 209.64 0.69 0.48
Hex 26 7B CE 52 28 0 13 D2 45 30
Octal 46 173 316 122 50 0 23 322 105 60
Binary 100110 1111011 11001110 1010010 101000 0 10011 11010010 1000101 110000

Color Harmonies of #267BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267BCE

Black with #267BCE

Text Example


Text Example

White with #267BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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