Html Css Color HEX #264CBF Cerulean Blue

📋 copy color: '#264CBF'

red 38 ◦ green 76 ◦ blue 191

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

Shades of Cerulean Blue #264CBF

Tints of Cerulean Blue #264CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 12.46%
G = 24.92%
B = 62.62%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#264CBF (or 0x264CBF) is known color: Cerulean Blue. HEX triplet: 26, 4C and BF. RGB value is (38,76,191). Sum of RGB (Red+Green+Blue) = 38+76+191=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #264CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264CBF is #D9B340. Grayscale: #4D4D4D. Windows color (decimal): -14267201 or 12536870. OLE color: 12536870.

HSL color Cylindrical-coordinate representation of color #264CBF: hue angle of 225.1º 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 #264CBF is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 76 191 -
CMYK 0.80 0.60 0 0.25
HSL 225.1º 0.67% 0.45% -
HSV(B) 225.1º 0.8% 0.75% -
XYZ 12.79 9.34 50.42 -
YUV 77.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 38 76 191 0.80 0.60 0 0.25 225.1 0.67 0.45
Hex 26 4C BF 50 3C 0 19 E1 43 2D
Octal 46 114 277 120 74 0 31 341 103 55
Binary 100110 1001100 10111111 1010000 111100 0 11001 11100001 1000011 101101

Color Harmonies of #264CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CBF

Black with #264CBF

Text Example


Text Example

White with #264CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264CBF; }

 p { color: rgb(38,76,191); }

 H1.HeaderClassName
 {
   color: #264CBF;
 }
 .AnyTagClassName
 {
   color: #264CBF;
 }
</style>

background-color css

<style>
 a { background-color: #264CBF; }

 a { background-color: rgb(38,76,191); }

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

border-color css

<style>
 span { border-color: #264CBF; }

 span { border-color: rgb(38,76,191); }

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